-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[tests] Attempt to uncover and resolve test flakiness in 'test_linkcheck_exclude_documents'. #12189
[tests] Attempt to uncover and resolve test flakiness in 'test_linkcheck_exclude_documents'. #12189
Conversation
…r a bad test assumption.
… Ubuntu Launchpad's infrastructure status is confirmed reliable again.
Unit test results: Passes (expected to be ~50%):
Failures (expected to be ~50%):
|
…heck_exclude_documents' test case.
This appears true for the test results of 6a3d3d9 (essentially: confirming that |
Thank you! |
Thanks! |
Feature or Bugfix
Purpose
test_linkcheck_exclude_documents
test case failed recently. It appears that it makes an assumption about the order that linkchecking results will be received in -- linkchecking uses threading, so we cannot rely on the ordering of those results.Detail
Relates